body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #d7000f;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus,video:focus{
    outline:none;
}

*::selection {
    background-color: #162788;
    color: white;
}

*::-moz-selection {
    background-color: #162788;
    color: white;
}

*::-webkit-selection {
    background-color: #162788;
    color: white
}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding: 0;
}
@media (max-width: 991px) {
	.container {
		width: 690px;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.container {
		width: 335px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1250px) {
	.container {
		width: 1200px;
	}
}
/*头部公共样式 star star star*/
header {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
header .header-top {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	padding: 7px 0;
	box-shadow: 1.04px 3.86px 5px 0px rgba(0,0,0,0.15);
	z-index: 2;
	position: relative;
}
.header-top .logo {
	display: block;
	width: 265px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	margin: 26px 0;
	float: left;
}
.header-top .logo img {
	width: 100%;
}
.header-top>.en {
	display: block;
	width: 70px;
	height: 30px;
	position: absolute;
	right: 100px;
	top: 31px;
}
.header-top>.en h4 {
	font-size: 12px;
	line-height: 30px;
	padding: 0 0 0 5px;
	color: #333333;
	background: url(../img/down.png) no-repeat right center;
	cursor: pointer;
}
.header-top>.en .en-menu {
	width: 100%;
	padding: 5px 0;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 5px 5px 0px rgba(0,0,0,0.1);
	position: absolute;
	top: 25px;
	left: 0;
	display: none;
}
.en-menu a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	overflow: hidden;
}
.en-menu a:hover {
	background-color: #009a53;
	color: #ffffff;
}
.header-top .header_menu {
	width: 540px;
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.header-top .header_menu a {
	display: block;
	width: 70px;
	height: 100%;
	line-height: 81px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin: 0 20px 0 0;
	position: relative;
}
.header-top .header_menu a.active {
	color: #152688;
	font-weight: bold;
}
.header_search {
	width: 95px;
	height: 84px;
	float: right;
	position: relative;
	padding: 21px 0 0;
}
.header_search button {
	width: 95px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	border: none;
	font-size: 14px;
	font-weight: bold;
	background-color: #162788;
	color: #FFFFFF;
}
.header_search button img {
	margin: -5px 0 0 12px;
}
.header_search input {
	width: 240px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	position: absolute;
	right: 0;
	bottom: -7px;
	display: none;
	border: 1px solid #162788;
	border-radius: 3px;
}
.header_search:hover input {
	display: block;
}
.headIcon {
	width: 46px;
	height: 46px;
	overflow: hidden;
	float: left;
	margin: 20px 0;
}
.headIcon ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.headIcon ul li {
	width: 46px;
	height: 6px;
	background-color: #162788;
	border-radius: 2px 2px 0 0;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
}
.headIcon ul li:nth-of-type(1) {
	margin: -17px 0 0 -23px;
}
.headIcon ul li:nth-of-type(2) {
	margin: -3px 0 0 -23px;
}
.headIcon ul li:nth-of-type(3) {
	margin: 11px 0 0 -23px;
}
.headIcon.menuClick ul li:nth-of-type(1) {
	margin: -3px 0 0 -23px;
	transform: rotate(45deg);
}
.headIcon.menuClick ul li:nth-of-type(2) {
	margin: -3px 0 0 -23px;
	opacity: 0;
}
.headIcon.menuClick ul li:nth-of-type(3) {
	margin: -3px 0 0 -23px;
	transform: rotate(-45deg);
}
header .header-bottom {
	width: 100%;
	height: 290px;
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	display: none;
}
.header-bottom .hb-left {
	width: 300px;
	height: 200px;
	overflow: hidden;
	float: left;
	margin: 45px 0 0;
	border: 1px solid #162788;
}
.hb-left img {
	width: 100%;
}
.header-bottom .hb-right {
	width: 225px;
	height: 234px;
	float: left;
	position: relative;
	margin: 30px 0 0 140px;
	border-right: 1px solid #d7d7d7;
	padding: 5px 0;
}
.hb-right li {
	width: 100%;
	height: 32px;
}
.hb-right li h4 {
	width: 100%;
	line-height: 32px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}
.hb-right li h4 a {
	color: #666666;
}
.hb-right li h4:after {
	content: '>';
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 30px;
	top: 6px;
}
.hb-right li:hover h4 {
	color: #009a53;
}
.hb-right li:hover h4 a {
	color: #009a53;
	font-weight: bold;
}
.hb-right .hb-menu {
	width: 400px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 225px;
	padding: 20px 0 0 60px;
	display: none;
}
.hb-right .hb-menu a {
	display: block;
	width: 140px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	z-index: 1;
	color: #666666;
	font-size: 14px;
	float: left;
	margin: 0 60px 0 0;
	transition: padding 0.5s;
}
.hb-right .hb-menu a:nth-of-type(2n) {
	margin: 0;
}
.hb-right .hb-menu a:after {
	content: '>';
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.hb-right .hb-menu a:hover {
	color: #009a53;
	font-weight: bold;
	padding: 0 0 0 8px;
}
.hb-right .hb-menu a:hover:after {
	font-weight: normal;
}
@media only screen and (max-width: 991px) {
	header {
	    height: 190px;
	}
	header .header-top {
	    height: 190px;
	    padding: 52px 0;
	}
	.header-top .header_menu{
		width: 100%;
		height: calc(100% - 190px);
		height: -moz-calc(100% - 190px);
		height: -webkit-calc(100% - 190px);
		float: none;
		padding: 80px 100px 0;
		background-color: #152688;
		position: fixed;
		left: 0;
		top: 190px;
		display: none;
	}
	.header_menu a {
		width: 100%;
		height: 80px;
		line-height: 80px;
		font-size: 36px;
		float: none;
		color: #FFFFFF;
		text-align: left;
	}
	.header_menu a.active {
		color: #009A53;
	}
	.header-top .logo {
	    width: 430px;
	    line-height: 54px;
	    height: 54px;
	    overflow: hidden;
	    margin: 16px 84px;
	    float: left;
	}
	.header_search {
	    width: 46px;
		height: 73px;
	    float: right;
	    position: relative;
	    padding: 0;
	    margin: 20px 0 0;
	}
	.header_search button {
		width: 46px;
		height: 46px;
		padding: 0;
		background-color: transparent;
		color: #162788;
	}
	.header_search button span,.header_search button img:nth-of-type(1) {
		display: none;
	}
	.header_search button img {
		margin: 0;
	}
	.header_search input {
	    width: 708px;
	    height: 55px;
	    line-height: 53px;
	    font-size: 18px;
	    background-color: #009a53;
	    padding: 0 25px;
	    position: absolute;
	    right: 0;
	    bottom: -43px;
	    display: none;
	    border: 1px solid #009a53;
	    border-radius: 3px;
	}
	.header_search input::-webkit-input-placeholder { 
		color: #FFFFFF;
	}
	.header_search input:-moz-placeholder { 
		color: #FFFFFF;
	}
	.header_search input:-ms-input-placeholder { 
		color: #FFFFFF;
	}
	.header_search input:placeholder{ 
		color: #FFFFFF;
	}
	.header-top>.en {
		display: none;
	}
	header .header-bottom {
		width: 100%;
	    height: calc(100% - 190px);
	    height: -moz-calc(100% - 190px);
	    height: -webkit-calc(100% - 190px);
	    background-color: #152688;
	    position: fixed;
    	left: 0;
    	top: 190px;
	}
	.header-bottom .hb-left {
		display: none !important;
	}
	.header-bottom .hb-right {
		width: 100%;
		height: auto;
		float: none;
		margin: 0;
	    padding: 80px 50px 0;
	    border: none;
	}
	.hb-right li {
		width: 100%;
		overflow: hidden;
		position: relative;
		height: auto;
		margin: 0 0 20px;
	}
	.hb-right li h4 {
		width: 100%;
		overflow: hidden;
		height: 50px;
		line-height: 50px;
		font-size: 36px;
		color: #FFFFFF;
	}
	.hb-right li h4 a {
		color: #FFFFFF;
	}
	.hb-right li h4:after {
		content: '';
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    right: 0px;
	    top: 10px;
	    transition: all 0.5s;
	    background-image: url(../img/mrw.png);
	    background-repeat: no-repeat;
	    background-position: center;
	    background-size: 14px;
	}
	.hb-right li.active h4:after {
	    background-image: url(../img/mr.png);
		transform: rotate(90deg);
	}
	.hb-right li:nth-of-type(1) h4:after {
		display: none;
	}
	.hb-right .hb-menu {
	    width: 100%;
	    overflow: hidden;
	    position: relative;
	    top: 0;
	    left: 0;
	    padding: 0 15px;
	    margin: 10px 0;
	}
	.hb-right .hb-menu a {
		width: 250px;
		line-height: 60px;
		font-size: 20px;
		color: #ffffff;
		margin: 0;
	}
	.hb-right .hb-menu a:nth-of-type(2n) {
		float: right;
	}
	.hb-right .hb-menu a:after {
	    display: none;
	}
}
@media only screen and (max-width: 767px) {
	header {
	    height: 60px;
	}
	header .header-top {
		height: 60px;
	    padding: 0;
	}
	header .header-bottom {
	    height: calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
    	top: 60px;
	}
	.header-bottom .hb-right {
	    padding: 40px 25px 0;
	}
	.hb-right li {
		margin: 0 0 10px;
	}
	.hb-right li h4 {
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.hb-right li h4:after {
	    width: 20px;
	    height: 20px;
	    line-height: 20px;
	    background-size: 7px;
	}
	.hb-right .hb-menu a {
		width: 110px;
		font-size: 14px;
		line-height: 40px;
	}
	.header-top .logo {
	    width: 200px;
	    line-height: 34px;
	    height: 34px;
	    overflow: hidden;
	    margin: 13px 35px;
	}
	.header_search {
	    width: 28px;
		height: 44px;
	    margin: 16px 0 0;
	}
	.header_search button {
		width: 28px;
		line-height: 28px;
		height: 28px;
	}
	.header_search button img{
		width: 100%;
	}
	.header_search input {
	    width: 335px;
	    height: 40px;
	    line-height: 38px;
	    font-size: 14px;
	    padding: 0 15px;
	    bottom: -41px;
	}
	.headIcon {
		width: 36px;
		height: 36px;
		margin: 12px 0;
	}
	.headIcon ul li {
		width: 36px;
		height: 4px;
		border-radius: 1px 1px 0 0;
	}
	.headIcon ul li:nth-of-type(1) {
		margin: -12px 0 0 -18px;
	}
	.headIcon ul li:nth-of-type(2) {
		margin: -2px 0 0 -18px;
	}
	.headIcon ul li:nth-of-type(3) {
		margin: 8px 0 0 -18px;
	}
	.headIcon.menuClick ul li:nth-of-type(1) {
		margin: -2px 0 0 -18px;
		transform: rotate(45deg);
	}
	.headIcon.menuClick ul li:nth-of-type(2) {
		margin: -2px 0 0 -18px;
		opacity: 0;
	}
	.headIcon.menuClick ul li:nth-of-type(3) {
		margin: -2px 0 0 -18px;
		transform: rotate(-45deg);
	}
}
@media only screen and (min-width: 992px) {
	.headIcon {
		display: none;
	}
	.header-top .en {
		right: 20px;
	}
	.header-top .header_menu {
	    width: 505px;
	    height: 93px;
		margin: 0 0 0 30px;
	}
	.header-top .header_menu a {
		margin: 0;
		height: 81px;
	}
	.header-top .header_menu a:before {
		display: block;
		content: '';
		width: 0px;
		height: 5px;
		background-color: #152688;
		position: absolute;
		bottom: 0;
		left: 50%;
		border-radius: 3px 3px 0 0;
		overflow: hidden;
		transition: all 0.5s;
	}
	.header-top .header_menu a.active:before {
		width: 70px;
		left: 0;
	}
	.header-top .header_menu a:hover {
		color: #152688;
		font-weight: bold;
	}
	.header-top .header_menu a:hover:before {
		width: 70px;
		left: 0;
	}
	.header_search button img:nth-of-type(2) {
		display: none;
	}
	.header_search {
	    float: left;
	    margin: 0;
	}
	header .header-bottom {
		box-shadow: 1.04px 3.86px 5px 0px rgba(0,0,0,0.15);
	}
	.header-bottom .hb-left {
		width: 200px;
		height: 134px;
		margin: 75px 0 0;
	}
	.header-bottom .hb-right {
		margin: 30px 0 0 75px;
	}
}
@media only screen and (min-width: 1250px) {
	.header-top .en {
		right: 50px;
	}
	.header-top .header_menu {
	    width: 581px;
		margin: 0 0 0 175px;
	}
	.header-top .header_menu a {
		margin: 0 13px 0 0;
	}
	.header_search {
	    float: left;
	    margin: 0 0 0 20px;
	}
	.header-bottom .hb-left {
		width: 300px;
		height: 200px;
		margin: 45px 0 0;
	}
	.header-bottom .hb-right {
		margin: 30px 0 0 140px;
	}
}
@media only screen and (min-width: 1550px) {
	.header-top .en {
		right: 100px;
	}
	.header_search {
	    float: right;
	    margin: 0;
	}
}
/*顶部搜索内容*/
.searchBg {
	width: 100%;
	height: calc(100% - 100px);
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	overflow: hidden;
	background-color: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
	top: 100px;
	display: none;
}
.searchBg .searchBox {
	width: 1000px;
	height: 60px;
	max-width: calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: -webkit-calc(100% - 40px);
	overflow: hidden;
	margin: 300px auto 0;
}
.searchBg .searchBox span {
	display: block;
	width: 100px;
	font-size: 28px;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.searchBg .searchBox input {
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	height: 60px;
	line-height: 59px;
	border: none;
	border-bottom: 1px solid #ffffff;
	background-color: transparent;
	overflow: hidden;
	padding: 0 10px;
	font-size: 20px;
	margin: 0 25px 0 0;
	color: #ffffff;
}
@media only screen and (max-width: 991px) {
	.searchBg {
		height: calc(100% - 190px);
		height: -moz-calc(100% - 190px);
		height: -webkit-calc(100% - 190px);
		top: 190px;
	}
}
@media only screen and (max-width: 767px) {
	.searchBg {
		height: calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
		top: 60px;
	}
	.searchBg .searchBox {
	    margin: 200px auto 0;
	}
	.searchBg .searchBox span {
		width: 35px;
		font-size: 16px;
		height: 45px;
    	line-height: 45px;
		margin: 0 10px 0 0;
	}
	.searchBg .searchBox input {
		width: calc(100% - 85px);
		width: -moz-calc(100% - 85px);
		width: -webkit-calc(100% - 85px);
		padding: 0 5px;
		font-size: 14px;
		height: 45px;
		line-height: 44px;
		margin: 0 10px 0 0;
	}
	.searchBg .searchBox img {
		width: 22px;
	}
}
/*公共底部样式部分*/
footer {
	width: 100%;
	overflow: hidden;
}
footer .footer_top {
	width: 100%;
	height: 260px;
	padding: 55px 0;
	overflow: hidden;
	background: url(../img/footerTop.jpg) no-repeat bottom center;
	background-attachment: fixed;
}
footer .footer_top .container {
	padding: 0 7px;
}
footer .footer_top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0 0 25px;
}
footer .footer_top ul {
	width: 100%;
	overflow: hidden;
}
footer .footer_top ul li {
	width: calc(33.33% - 24px);
	width: -moz-calc(33.33% - 24px);
	width: -webkit-calc(33.33% - 24px);
	height: 100px;
	overflow: hidden;
	float: left;
	background-color: rgba(0,0,0,0.59);
	padding: 2px;
	cursor: pointer;
}
footer .footer_top ul li:nth-of-type(2) {
	margin: 0 36px;
}
footer .footer_top ul li:hover {
	padding: 0;
	border: 2px solid rgba(255,255,255,0.75);
	background-color: transparent;
}
footer .footer_top ul li .footer_timg {
	width: 120px;
	height: 100px;
	line-height: 98px;
	overflow: hidden;
	float: left;
	text-align: center;
}
footer .footer_top ul li .footer_txt {
	width: calc(100% - 120px);
	width: -moz-calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	height: 100px;
	overflow: hidden;
	float: left;
	color: #FFFFFF;
	padding: 20px 0;
}
.footer_txt h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}
footer .footer_top ul li .footer_txt h4 {
	font-size: 16px;
	font-weight: inherit;
	margin: 0 0 5px;
	line-height: 25px;
}
footer .footer_top ul li .footer_txt h2 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
footer .footer_top ul li .footer_txt h2 a {
	color: #ffffff;
}
footer .footer_bottom {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 65px;
	background-color: #333333;
}
footer .footer_bottom br {
	display: none;
}
.footer_bottom .footer_left {
	width: 435px;
	overflow: hidden;
	float: left;
}
.footer_left .footer_logo {
	display: block;
	width: 281px;
	overflow: hidden;
	margin: 10px 0 28px;
}
.footer_left .footer_logo img {
	width: 100%;
}
.footer_left .footer_lb {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.15);
	color: #FFFFFF;
	line-height: 22px;
	padding: 15px 0 0;
}
.footer_left .footer_lb a {
	color: #FFFFFF;
}
.footer_left .footer_lb a:hover {
	text-decoration: underline !important;
}
.footer_bottom .footer_right {
	width: 120px;
	overflow: hidden;
	float: right;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
.footer_bottom .footer_right img {
	margin: 0 0 10px;
}
@media only screen and (max-width: 991px) {
	footer .footer_top {
		height: 505px;
	}
	footer .footer_top .container {
	    padding: 0;
	}
	footer .footer_top h4 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 25px;
	}
	footer .footer_top ul li {
		width: 100%;
		height: 100px;
	}
	footer .footer_top ul li:nth-of-type(2) {
		margin: 20px 0;
	}
	.footer_txt h3 {
		font-size: 22px;
		line-height: 30px;
	}
	footer .footer_top ul li .footer_txt h4 {
		font-size: 16px;
		margin: 0 0 5px;
		line-height: 25px;
	}
	footer .footer_top ul li .footer_txt h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 767px) {
	footer .footer_top {
	    height: auto;
	    padding: 35px 0;
	}
	footer .footer_top h4 {
	    font-size: 16px;
	    line-height: 25px;
	    margin: 0 0 15px;
	}
	footer .footer_top ul li {
		width: 100%;
		height: 80px;
	}
	footer .footer_top ul li:nth-of-type(2) {
		margin: 20px 0;
	}
	footer .footer_top ul li .footer_timg {
	    width: 96px;
	    height: 80px;
	    line-height: 78px;
	}
	footer .footer_top ul li .footer_txt {
	    width: calc(100% - 96px);
	    width: -moz-calc(100% - 96px);
	    width: -webkit-calc(100% - 96px);
	    height: 80px;
	    padding: 15px 0;
	}
	.footer_timg img {
		transform: scale(0.8);
	}
	.footer_txt h3 {
		font-size: 18px;
		line-height: 25px;
	}
	footer .footer_top ul li .footer_txt h4 {
		font-size: 16px;
		margin: 0 0 5px;
		line-height: 20px;
	}
	footer .footer_top ul li .footer_txt h2 {
		font-size: 20px;
		line-height: 25px;
	}
	footer .footer_bottom {
		padding: 35px 0 25px;
	}
	.footer_left .footer_logo {
		width: 220px;
	    margin: 10px 0 15px;
	}
	footer .footer_bottom br {
		display: block;
	}
	.footer_bottom .footer_left {
	    width: 100%;
	    float: none;
	}
	.footer_bottom .footer_right {
	    float: none;
	    text-align: left;
	    margin: 20px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer_txt h3 {
		font-size: 16px;
	}
	footer .footer_top ul li .footer_txt h2 {
		font-size: 18px;
	}
}
@media only screen and (min-width: 1250px) {
	.footer_txt h3 {
		font-size: 22px;
	}
	footer .footer_top ul li .footer_txt h2 {
		font-size: 24px;
	}
}
@media only screen and (min-width: 1921px) {
	footer .footer_top {
		background-size: 100%;
	}
}